ComponentOne ASP.NET MVC Controls
FlexGridGroupPanel<T> Constructor

C1.Web.Mvc Namespace > FlexGridGroupPanel<T> Class : FlexGridGroupPanel<T> Constructor
The grid which owns this group panel.
The selector specifies the element of the group panel.
Creates one FlexGridGroupPanel<T> instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal grid As FlexGridBase(Of T), _
   Optional ByVal selector As String _
)
public FlexGridGroupPanel<T>( 
   FlexGridBase<T> grid,
   string selector
)

Parameters

grid
The grid which owns this group panel.
selector
The selector specifies the element of the group panel.
See Also

Reference

FlexGridGroupPanel<T> Class
FlexGridGroupPanel<T> Members